body, html {
	height:100%;
	  background: #1c1e21;
		overflow-x: hidden;
	  font-family: 'Dosis', sans-serif;
  }
  
  btn {
	  border-radius: 0
  
	
  }
  .btn:focus, .btn:active, .btn.active, .btn:active:focus {
	  outline: 0;
	border-radius: 0
  }
  
  
  
  .btn-larger {
	  padding: 15px 40px !important;
	  border:2px solid #00c3ff !important;;
	  border-radius: 0px !important;;
	  text-transform: uppercase;
	  font-family: 'Dosis', sans-serif;
	  font-size: 18px;
	  font-weight: 300;
	  color: #00c3ff;
	  background-color: transparent;
	  -webkit-transition: all .6s;
	  -moz-transition: all .6s;
	  transition: all .6s;
	
  
  }
  .btn-larger:hover, .btn-larger:focus, .btn-larger:active, .btn-larger.active, .open .dropdown-toggle.btn-larger {
	  border-color: #00c3ff;
	  color: #fff;
	  background-color: #00c3ff;
	border-radius: 0
  }
  .btn-larger:active, .btn-larger.active, .open .dropdown-toggle.btn-larger {
	  background-image: none;
  }
  .btn-larger.disabled, .btn-larger[disabled], fieldset[disabled] .btn-larger, .btn-larger.disabled:hover, .btn-larger[disabled]:hover, fieldset[disabled] .btn-larger:hover, .btn-larger.disabled:focus, .btn-larger[disabled]:focus, fieldset[disabled] .btn-larger:focus, .btn-larger.disabled:active, .btn-larger[disabled]:active, fieldset[disabled] .btn-larger:active, .btn-larger.disabled.active, .btn-larger[disabled].active, fieldset[disabled] .btn-larger.active {
	  border-color: #AEA8D3;
	  background-color: #AEA8D3;
  }
  .btn-larger .badge {
	  color: #AEA8D3;
	  background-color: #fff;
  }
  
  div#form {
	  color: #fff;
	  background-attachment: scroll;
	  background: #ffffff85 url(https://mtasama.com/wp-content/uploads/2020/09/c66b71086a83084b96ed90bb1425ae49.jpg);
	  background-position: center center;
	  background-repeat: none;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  background-size: cover;
	  -o-background-size: cover;
	min-height:100%;
  
  }
  
  #userform p {
	  font-size: 14px;
	  margin-bottom: 5px;
  }
  #userform ul {
	  list-style-type: none;
	  padding: 0;
	  margin-bottom: 0px;
  }
  #userform {
	  background: rgba(0,0,0,0.8);
	  margin: 20px 0 20px 0
  }
   @media (min-width: 768px) {
  #userform {
	  background: rgba(0,0,0,0.8);
	  margin: 50px 0 20px 0
  }
  }
  #userform .nav-tabs.nav-justified > li > a {
	  text-transform: uppercase;
	  font-size: 20px;
	  color: #00c3ff;
	  background-color: rgba(90,90,90,0.5);
  }
  #userform .nav-tabs.nav-justified > .active > a, #userform .nav-tabs.nav-justified > .active > a:hover, #userform .nav-tabs.nav-justified > .active > a:focus {
	  border: 0;
	  background: #00c3ff;
	  color: white;
	  border-radius: 0;
  }
  #userform .nav-justified > li > a {
	  margin-bottom: 0;
	  -webkit-transition: all .6s;
	  -moz-transition: all .6s;
	  transition: all .6s;
  }
  #userform .nav-justified > li > a:hover {
	  background: #AEA8D3;
	  color: #FFF;
  }
  #userform .nav-tabs > li > a {
	  border: 0px solid transparent;
	  border-radius: 0
  }
  #userform .nav-tabs.nav-justified > li > a:hover {
	  background: #00c3ff;
	  color: #FFF;
	  border-radius: 0;
	  border: 0;
	  -webkit-transition: all .6s;
	  -moz-transition: all .6s;
	  transition: all .6s;
  }
  #userform .nav-tabs > li.active > a, #userform .nav-tabs > li.active > a:hover, #userform .nav-tabs > li.active > a:focus {
	  color: #00c3ff;
	  cursor: default;
	  background-color: transparent;
	  border: 0;
	  -webkit-transition: all .6s;
	  -moz-transition: all .6s;
	  transition: all .6s;
  }
   @media (min-width: 768px) {
  #userform .nav-tabs.nav-justified > li > a {
	  border: 0;
	  -webkit-transition: all .6s;
	  -moz-transition: all .6s;
	  transition: all .6s;
  }
  #userform .nav-tabs.nav-justified > li > a:hover {
	  background-color: #00c3ff;
	  border-color: transparent;
	  border: 0;
	  -webkit-transition: all .6s;
	  -moz-transition: all .6s;
	  transition: all .6s;
  }
  }
   @media (max-width: 768px) {
  .nav-justified > li {
	  display: table-cell !important;
	  width: 1% !important;
  }
  }
  #userform .nav-tabs {
	  border-bottom: 0px solid #ddd;
  }
  #userform .tab-pane h2 {
	  margin: 10px 0;
	  color: #FFF;
  }
  #userform .tab-pane p.lead {
	  margin-top: 20px;
  }
  #userform .tab-content {
	  padding: 20px
  }
  #userform .form-group {
	  margin-bottom: 0px;
	  color: #FFF;
  }
  #userform .form-group input, #userform .form-group textarea {
	  padding: 10px;
  }
  #userform .form-group input.form-control {
	  height: auto;
	  background-color: rgba(237, 235, 250, 0.1);
	  color: #FFF;
  }
  #userform .form-control {
	  border-radius: 0;
	  border: 1px solid #fff;
  }
  #userform .form-control:focus {
	  border-color: #00c3ff;
	  box-shadow: none;
  }
   #userform::-webkit-input-placeholder {
   text-transform: uppercase;
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
   color: #bbb;
  }
  #userform #signup .form-group label {
	  position: relative;
	  -webkit-transform: translateY(35px);
	  -ms-transform: translateY(35px);
	  transform: translateY(35px);
	  left: 10px;
	  top: 0px;
	  color: rgba(255, 255, 255, 0.5);
	  -webkit-transition: all 0.25s ease;
	  transition: all 0.25s ease;
	  -webkit-backface-visibility: hidden;
	  pointer-events: none;
	  font-size: 12px;
	  font-weight: 300
  }
  #userform #signup .form-group label .req {
	  margin: 2px;
	  color: #F7CA18;
  }
  #userform #signup .form-group label.active {
	  -webkit-transform: translateY(0px);
	  -ms-transform: translateY(0px);
	  transform: translateY(0px);
	  left: 2px;
	  font-size: 12px;
  }
  #userform #signup .form-group label.active .req {
	  opacity: 0;
  }
  #userform label.highlight {
	  color: #ffffff;
  }
  #userform #login .form-group label {
	  position: relative;
	  -webkit-transform: translateY(35px);
	  -ms-transform: translateY(35px);
	  transform: translateY(35px);
	  left: 10px;
	  top: 0px;
	  color: rgba(255, 255, 255, 0.5);
	  -webkit-transition: all 0.25s ease;
	  transition: all 0.25s ease;
	  -webkit-backface-visibility: hidden;
	  pointer-events: none;
	  font-size: 12px;
	  font-weight: 300
  }
  #userform #login .form-group label .req {
	  margin: 2px;
	  color: #F7CA18;
  }
  #userform #login .form-group label.active {
	  -webkit-transform: translateY(0px);
	  -ms-transform: translateY(0px);
	  transform: translateY(0px);
	  left: 2px;
	  font-size: 12px;
  }
  #userform #login .form-group label.active .req {
	  opacity: 0;
  }
  
  .mrgn-30-top {
	  margin-top: 30px
  }
  
  
/* ここから誓約 */


.containertextguide {
	display: inline-block;
	vertical-align: top;
	padding: 10px;
  }
  
  .overlaytextguide {
	position: relative;
	width: auto;
	height: auto;
  }
  
  .contenttextguide {
	height: 100%;
	width: 100%;
	min-width: 100px;
	max-height: 200px;
	max-width: 1000px;
	line-height: 20px;
	background-color: #000000;
	overflow: scroll;
  }
  
  .texttextguide {
	padding: 10px;
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 20px;
  }
  
  .shadowContainertextguide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
  }
  
  .shadowtextguide {
	position: absolute;
	z-index: 1;
  }
  
  .radialShadowToptextguide {
	top: 0;
	left: 0;
	Background: radial-gradient(farthest-side at 50% 0%, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0)) 100% 0;
	background-repeat: no-repeat;
	background-size: 100% 3px;
	width: inherit;
	height: 5px;
  }
  
  .radialShadowBottomtextguide {
	bottom: 0;
	left: 0;
	Background: radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0)) 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 3px;
	width: inherit;
	height: 5px;
  }
  
  .linearShadowToptextguide {
	top: 0;
	left: 0;
	background: linear-gradient(rgba(0,0,0,0.3) 10%, rgba(255, 255, 255, 0)) 100% 0;
	background-repeat: no-repeat;
	background-size: 100% 3px;
	width: inherit;
	height: 4px;
  }
  
  .linearShadowBottomtextguide {
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3) 90%) 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 3px;
	width: inherit;
	height: 4px;
  }
  
  .shadowCoverToptextguide {
	float: top;
	height: 5px;
	width: 100%;
	background: linear-gradient(#F0F0F0 30%, rgba(255, 255, 255, 0)) 100% 0;
	background-size: 100% 12px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
  }
  
  .shadowCoverBottomtextguide {
	float: bottom;
	height: 5px;
	width: 100%;
	background: linear-gradient(rgba(255, 255, 255, 0), #F0F0F0 70%) 0 100%;
	background-size: 100% 12px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 2;
  }
  
  